-
Notifications
You must be signed in to change notification settings - Fork 489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for STORAGE table option #407
Conversation
Codecov Report
@@ Coverage Diff @@
## master #407 +/- ##
==========================================
+ Coverage 70.23% 70.25% +0.01%
==========================================
Files 32 32
Lines 7452 7456 +4
==========================================
+ Hits 5234 5238 +4
Misses 1703 1703
Partials 515 515
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #407 +/- ##
==========================================
+ Coverage 70.23% 70.24% +0.01%
==========================================
Files 32 32
Lines 7452 7455 +3
==========================================
+ Hits 5234 5237 +3
Misses 1703 1703
Partials 515 515
Continue to review full report at Codecov.
|
thanks for your contribution! sign the agreement please @leiysky |
@kennytm PTAL |
Co-Authored-By: leoppro <i@leop.pro>
@leoppro Resolved |
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* add support for STORAGE table option * Apply suggestions from code review Co-Authored-By: leoppro <i@leop.pro> * add warning when parsing STORAGE
* add support for STORAGE table option * Apply suggestions from code review Co-Authored-By: leoppro <i@leop.pro> * add warning when parsing STORAGE
What problem does this PR solve?
Add support for STORAGE table option.
Issue: #403
MySQL syntax:
Check List
Tests